From 55f8d24f80a222b0494b8545eece615a03d45062 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Sun, 4 Dec 2005 12:06:38 +0100 Subject: [PATCH] Bump blktap and dom0op version numbers. Signed-off-by: Keir Fraser --- tools/blktap/Makefile | 2 +- xen/include/public/dom0_ops.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/blktap/Makefile b/tools/blktap/Makefile index d5d6f3eab3..d61c407c03 100644 --- a/tools/blktap/Makefile +++ b/tools/blktap/Makefile @@ -1,4 +1,4 @@ -MAJOR = 2.0 +MAJOR = 3.0 MINOR = 0 SONAME = libblktap.so.$(MAJOR) diff --git a/xen/include/public/dom0_ops.h b/xen/include/public/dom0_ops.h index 5627a441e4..cf40e39c3e 100644 --- a/xen/include/public/dom0_ops.h +++ b/xen/include/public/dom0_ops.h @@ -19,7 +19,7 @@ * This makes sure that old versions of dom0 tools will stop working in a * well-defined way (rather than crashing the machine, for instance). */ -#define DOM0_INTERFACE_VERSION 0xAAAA1014 +#define DOM0_INTERFACE_VERSION 0x03000000 /************************************************************************/ -- 2.30.2